Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / LegacyClipboardPasteCommand Class / LegacyClipboardPasteCommand Constructor / LegacyClipboardPasteCommand Constructor(Worksheet,Reference[],ManipulationOptions,MemoryStream)
The processing GrapeCity.Spreadsheet.Worksheet object.
An array of GrapeCity.Spreadsheet.Reference objects to represent the ranges of cells to be processed
Indicates which type of data to handle.


In This Topic
    LegacyClipboardPasteCommand Constructor(Worksheet,Reference[],ManipulationOptions,MemoryStream)
    In This Topic
    Initializes a new instance of the LegacyClipboardPasteCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet, _
       ByVal references() As Reference, _
       ByVal manipulationOptions As ManipulationOptions, _
       ByVal pasteStream As MemoryStream _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim references() As Reference
    Dim manipulationOptions As ManipulationOptions
    Dim pasteStream As MemoryStream
     
    Dim instance As New LegacyClipboardPasteCommand(worksheet, references, manipulationOptions, pasteStream)

    Parameters

    worksheet
    The processing GrapeCity.Spreadsheet.Worksheet object.
    references
    An array of GrapeCity.Spreadsheet.Reference objects to represent the ranges of cells to be processed
    manipulationOptions
    Indicates which type of data to handle.
    pasteStream
    See Also